home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMSEARCH / TFRMSEARCH.txt
Text File  |  2007-12-27  |  6KB  |  249 lines

  1. object frmSearch: TfrmSearch
  2.   Left = 432
  3.   Top = 285
  4.   AutoScroll = False
  5.   ClientHeight = 602
  6.   ClientWidth = 592
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PC: TInfuPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 592
  25.     Height = 239
  26.     Align = alTop
  27.     TabOrder = 0
  28.   end
  29.   object PanelMid: TInfuPanel
  30.     Left = 0
  31.     Top = 239
  32.     Width = 592
  33.     Height = 41
  34.     Align = alTop
  35.     TabOrder = 1
  36.     object BitBtnSearch: TInfuBitBtn
  37.       Left = 481
  38.       Top = 8
  39.       Width = 99
  40.       Height = 25
  41.       Caption = '_Search'
  42.       Default = True
  43.       TabOrder = 0
  44.       OnClick = BitBtnSearchClick
  45.     end
  46.     object BitBtnClear: TInfuBitBtn
  47.       Left = 375
  48.       Top = 8
  49.       Width = 99
  50.       Height = 25
  51.       Caption = '_Clear'
  52.       TabOrder = 1
  53.       OnClick = BitBtnClearClick
  54.     end
  55.     object CheckBoxDontClear: TInfuCheckBox
  56.       Left = 11
  57.       Top = 12
  58.       Width = 216
  59.       Height = 17
  60.       Caption = '_Don'#39't clear previous results'
  61.       TabOrder = 2
  62.     end
  63.     object PanelStatus: TInfuPanel
  64.       Left = 231
  65.       Top = 10
  66.       Width = 137
  67.       Height = 21
  68.       BevelOuter = bvLowered
  69.       Caption = '_Status'
  70.       TabOrder = 3
  71.     end
  72.   end
  73.   object VST: TVirtualStringTree
  74.     Left = 0
  75.     Top = 280
  76.     Width = 592
  77.     Height = 291
  78.     Align = alClient
  79.     Header.AutoSizeIndex = 0
  80.     Header.Font.Charset = DEFAULT_CHARSET
  81.     Header.Font.Color = clWindowText
  82.     Header.Font.Height = -11
  83.     Header.Font.Name = 'Tahoma'
  84.     Header.Font.Style = []
  85.     Header.Options = [hoColumnResize, hoShowSortGlyphs, hoVisible]
  86.     Header.ParentFont = True
  87.     Header.Style = hsFlatButtons
  88.     HintMode = hmTooltip
  89.     ParentShowHint = False
  90.     SelectionBlendFactor = 50
  91.     ShowHint = True
  92.     StateImages = ImageList1
  93.     TabOrder = 2
  94.     TextMargin = 1
  95.     TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  96.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  97.     TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
  98.     OnAfterCellPaint = VSTAfterCellPaint
  99.     OnCompareNodes = VSTCompareNodes
  100.     OnDblClick = VSTDblClick
  101.     OnGetText = VSTGetText
  102.     OnPaintText = VSTPaintText
  103.     OnGetImageIndex = VSTGetImageIndex
  104.     OnHeaderClick = VSTHeaderClick
  105.     OnMouseDown = VSTMouseDown
  106.     OnMouseUp = VSTMouseUp
  107.     Columns = <
  108.       item
  109.         MaxWidth = 400
  110.         MinWidth = 1
  111.         Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  112.         Position = 0
  113.         Width = 22
  114.       end
  115.       item
  116.         MaxWidth = 400
  117.         MinWidth = 1
  118.         Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  119.         Position = 1
  120.         Width = 22
  121.       end
  122.       item
  123.         MaxWidth = 400
  124.         MinWidth = 1
  125.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  126.         Position = 2
  127.         Width = 110
  128.         WideText = '_Account'
  129.       end
  130.       item
  131.         MaxWidth = 400
  132.         MinWidth = 1
  133.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  134.         Position = 3
  135.         Width = 75
  136.         WideText = '_Nick name'
  137.       end
  138.       item
  139.         MaxWidth = 400
  140.         MinWidth = 1
  141.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  142.         Position = 4
  143.         Width = 75
  144.         WideText = '_First name'
  145.       end
  146.       item
  147.         MaxWidth = 400
  148.         MinWidth = 1
  149.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  150.         Position = 5
  151.         Width = 75
  152.         WideText = '_Last name'
  153.       end
  154.       item
  155.         MaxWidth = 400
  156.         MinWidth = 1
  157.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  158.         Position = 6
  159.         WideText = '_Email'
  160.       end
  161.       item
  162.         MaxWidth = 400
  163.         MinWidth = 1
  164.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  165.         Position = 7
  166.         Width = 55
  167.         WideText = '_Gender'
  168.       end
  169.       item
  170.         MaxWidth = 400
  171.         MinWidth = 1
  172.         Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  173.         Position = 8
  174.         Width = 60
  175.         WideText = '_Authorize'
  176.       end
  177.       item
  178.         MaxWidth = 400
  179.         MinWidth = 1
  180.         Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible]
  181.         Position = 9
  182.         Width = 22
  183.       end>
  184.   end
  185.   object PanelBtm: TInfuPanel
  186.     Left = 0
  187.     Top = 571
  188.     Width = 592
  189.     Height = 31
  190.     Align = alBottom
  191.     BevelOuter = bvNone
  192.     TabOrder = 3
  193.     object LabelResults: TInfuLabel
  194.       Left = 40
  195.       Top = 9
  196.       Width = 45
  197.       Height = 13
  198.       Alignment = taRightJustify
  199.       Caption = '_Results:'
  200.     end
  201.     object BevelQuick: TInfuBevel
  202.       Left = 547
  203.       Top = 6
  204.       Width = 21
  205.       Height = 21
  206.     end
  207.     object ImageQuick: TInfuImage
  208.       Left = 550
  209.       Top = 9
  210.       Width = 15
  211.       Height = 15
  212.       Center = True
  213.     end
  214.     object PanelRes: TInfuPanel
  215.       Left = 89
  216.       Top = 8
  217.       Width = 59
  218.       Height = 18
  219.       BevelOuter = bvLowered
  220.       Caption = '0'
  221.       TabOrder = 0
  222.     end
  223.     object EditQuick: TInfuEdit
  224.       Left = 288
  225.       Top = 6
  226.       Width = 258
  227.       Height = 21
  228.       Font.Charset = DEFAULT_CHARSET
  229.       Font.Color = clWindowText
  230.       Font.Height = -11
  231.       Font.Name = 'Tahoma'
  232.       Font.Style = []
  233.       ParentFont = False
  234.       TabOrder = 1
  235.     end
  236.   end
  237.   object TimerSearch: TTimer
  238.     Enabled = False
  239.     Interval = 500
  240.     OnTimer = TimerSearchTimer
  241.     Left = 544
  242.     Top = 200
  243.   end
  244.   object ImageList1: TImageList
  245.     Left = 376
  246.     Top = 376
  247.   end
  248. end
  249.